home *** CD-ROM | disk | FTP | other *** search
/ Pulps on CDRom / Pulps on CDROM.iso / comm.z / scraps < prev    next >
Text File  |  1998-10-20  |  1KB  |  48 lines

  1. <SCRIPT LANGUAGE = "JavaScript1.2">
  2.  
  3. function loadstyles(platform)
  4. {
  5.  
  6.     if ((platform == "Win32")) {
  7.     
  8.  
  9.         document.write("<STYLE TYPE = 'text/javascript'>");
  10.         document.write("classes.keyword.all.fontFamily = 'helvetica, arial';");
  11.         document.write("classes.keyword.all.fontSize = '14px';");
  12.         document.write("classes.keyword.all.marginTop = 4;");
  13.         document.write("classes.keyword.all.marginBottom = 4;");
  14.         document.write("tags.A.textDecoration = 'none';");
  15.         document.write("</STYLE>");
  16.     
  17.     }
  18.     
  19.     if ((platform == "MacPPC")) {
  20.             
  21.         document.write("<STYLE TYPE = 'text/javascript'>");
  22.         document.write("classes.keyword.all.fontFamily = 'helvetica, arial';");
  23.         document.write("classes.keyword.all.fontSize = '14px';");
  24.         document.write("classes.keyword.all.marginTop = 4;");
  25.         document.write("classes.keyword.all.marginBottom = 4;");
  26.         document.write("tags.A.textDecoration = 'none';");
  27.         document.write("</STYLE>");
  28.     
  29.     }
  30.     
  31.     if ((platform == "Win32")) {
  32.             
  33.         document.write("classes.keyword.all.fontFamily = 'helvetica, arial';");
  34.         document.write("classes.keyword.all.fontSize = '14px';");
  35.         document.write("classes.keyword.all.marginTop = 4;");
  36.         document.write("classes.keyword.all.marginBottom = 4;");
  37.         document.write("tags.A.textDecoration = 'none';");
  38.         document.write("</STYLE>");
  39.         
  40.     }
  41. }
  42.  
  43. </SCRIPT>
  44.  
  45. <SCRIPT LANGUAGE = "JavaScript1.2">
  46. loadstyles(navigator.platform)
  47. </SCRIPT>
  48.